Subscription

public interface Subscription

A subscription returns from on to allow unsubscribing.

Functions

Link copied to clipboard
public abstract boolean isUnsubscribed()
Returns true if this Subscription is currently unsubscribed.
Link copied to clipboard
public abstract void unsubscribe()
Stops the receipt of notifications on the Observable that was registered when this Subscription was received.